The file '/xx/umbraco/plugins/uComponents/uComponentsInstaller.ascx'
does not exist.
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.Web.HttpException: The file
'/sinan/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not
exist.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
How are you trying to install uComponents? Through the umbraco package repository or by uploading the package to Umbraco? And what version are you trying to make the installation on?
Guessing that this has something to do with that you're using a virtual directory for your Umbraco install.
Could you check if the "ComponentsInstaller.ascx" file exists in the "/umbraco/plugins/uComponents" folder?
Although ultimately this should cause too much of an issue, as everything the installer does can be configured manually - like the XSLT extensions, UI drag-n-drop and NotFoundHandlers. All of the data-types, are already accessible - just create a new data-type and select the appropriate render control from the dropdown list.
I had exactly the same problem on 2 separate installations and 2 completely different packages. As Lee suggests, it does seem to be a problem if you install using virtual directories. I reinstalled and created a new web site instead and it worked OK. You could possibly package up what you have done so far, reinstall a new instance of Umbraco then install your local package to move things across.
Is this a possible workaround for you? Or are you on XP or something that doesn't support multiple web sites?
The file '/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The file '/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Have you ensured that the file actually exists at the location? As Lee writes above this could be related to you installing the package using a virtual directory. Have you tried creating a new website in IIS instead and then install?
Actually i solved the problem and its based on the folder permission ...... ucomponent folder is not creating when installing... i changed the permission ..... and now its working.....
[HttpException (0x80004005): uComponents
Server Error in '/xx' Application.
The file '/xx/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The file '/sinan/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Hi Sinan
How are you trying to install uComponents? Through the umbraco package repository or by uploading the package to Umbraco? And what version are you trying to make the installation on?
/Jan
umbraco V 4.7
Hi Sinan,
Guessing that this has something to do with that you're using a virtual directory for your Umbraco install.
Could you check if the "ComponentsInstaller.ascx" file exists in the "/umbraco/plugins/uComponents" folder?
Although ultimately this should cause too much of an issue, as everything the installer does can be configured manually - like the XSLT extensions, UI drag-n-drop and NotFoundHandlers. All of the data-types, are already accessible - just create a new data-type and select the appropriate render control from the dropdown list.
Cheers, Lee.
I had exactly the same problem on 2 separate installations and 2 completely different packages. As Lee suggests, it does seem to be a problem if you install using virtual directories. I reinstalled and created a new web site instead and it worked OK. You could possibly package up what you have done so far, reinstall a new instance of Umbraco then install your local package to move things across.
Is this a possible workaround for you? Or are you on XP or something that doesn't support multiple web sites?
Hi,
I have same exact problem ............ umbraco 4.7.1 & uComponents v3.0.........
and tried two new installations but same problem..what to do......
thanks
Server Error in '/' Application.
The file '/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The file '/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Hi Sobin
Have you ensured that the file actually exists at the location? As Lee writes above this could be related to you installing the package using a virtual directory. Have you tried creating a new website in IIS instead and then install?
/Jan
Thanks Jan Skovgaard.....
Actually i solved the problem and its based on the folder permission ...... ucomponent folder is not creating when installing... i changed the permission ..... and now its working.....
Hey Sobin,
I have the same problem, even I have full permissions on all the folders.
Is there a specific place to change the permissions or any other issue you have found?
edit: Copy the missing files/folders on specific location
Thank you,
Sundip
is working on a reply...